home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / sputls.zip / LINELEN.DOC < prev    next >
Text File  |  1991-01-06  |  1KB  |  45 lines

  1. LineLen  version 1.0 (C) SPETER SOFTWARE,   January 1991.
  2.  
  3. This program will read the specified file and display the length of the
  4. longest line in that file.  The information is useful when printing files
  5. on narrow paper (for example).
  6.  
  7. The program was written in Borland's Turbo Pascal 5.5
  8.  
  9. Usage:
  10. ------
  11. 1:   LineLen [/h]
  12.  
  13.         Output a help screen.
  14.           /h       (optional)
  15.  
  16. 2:   LineLen filename
  17.  
  18.         Display the length of the longest line in the file "filename".
  19.  
  20.           filename              an existing file (can include a path).
  21.  
  22. Example:
  23. ---------
  24. (1)  LineLen linelen.pas
  25.  
  26.          checking file: linelen.pas
  27.          line = 203                             <- number of lines in file
  28.          Longest line = 119, length = 76
  29.  
  30. Correspondence:
  31. ---------------
  32.     Please address any comments to:
  33.  
  34.         Stephen Peter
  35.  
  36.     INTERNET:
  37.         steve@cad0.arch.unsw.oz.au
  38.  
  39.     POST:
  40.         SPETER SOFTWARE
  41.         P.O. BOX 643
  42.         LANE COVE
  43.         NSW  2066
  44.         AUSTRALIA
  45.